home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / E / Exegesis Tools.cpt / Exegesis Tools / background_6550.txt < prev    next >
Text File  |  1990-12-13  |  5KB  |  211 lines

  1. -- background: 6550 from stack: in
  2. -- bmap block id: 6787
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Form Back
  6. ----- HyperTalk script -----
  7. on opencard
  8.   --this comes from Stack Developer by Steve Drazga
  9.   put (the number of this card - the number of first card of this background+1) into field "Page Num"
  10. end opencard
  11.  
  12.  
  13. -- part 11 (button)
  14. -- low flags: 00
  15. -- high flags: 2000
  16. -- rect: left=45 top=298 right=327 bottom=77
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 12042 / 12042
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Home
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   visual effect zoom close
  28.   go Home
  29. end mouseUp
  30.  
  31.  
  32.  
  33. -- part 12 (button)
  34. -- low flags: 00
  35. -- high flags: 2000
  36. -- rect: left=457 top=299 right=327 bottom=494
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 1012 / 1012
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: Return
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   visual effect wipe right
  48.   go to card ID 2974
  49. end mouseUp
  50.  
  51.  
  52.  
  53. -- part 14 (field)
  54. -- low flags: 00
  55. -- high flags: 0002
  56. -- rect: left=47 top=54 right=69 bottom=175
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 0
  60. -- font id: 128
  61. -- text size: 9
  62. -- style flags: 0
  63. -- line height: 12
  64. -- part name: Scripture verse
  65.  
  66.  
  67. -- part 13 (field)
  68. -- low flags: 00
  69. -- high flags: 2007
  70. -- rect: left=46 top=76 right=302 bottom=485
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 0 / 0
  73. -- text alignment: 0
  74. -- font id: 128
  75. -- text size: 10
  76. -- style flags: 0
  77. -- line height: 13
  78. -- part name: Form data
  79.  
  80.  
  81. -- part 15 (button)
  82. -- low flags: 00
  83. -- high flags: 2000
  84. -- rect: left=289 top=303 right=327 bottom=320
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 6179 / 6179
  87. -- text alignment: 1
  88. -- font id: 0
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: Next
  93. ----- HyperTalk script -----
  94. on mouseUp
  95.   visual effect wipe left
  96.   go to next card of this bkgnd
  97. end mouseUp
  98.  
  99.  
  100. -- part 16 (button)
  101. -- low flags: 00
  102. -- high flags: 2000
  103. -- rect: left=209 top=302 right=327 bottom=239
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 6460 / 6460
  106. -- text alignment: 1
  107. -- font id: 0
  108. -- text size: 12
  109. -- style flags: 0
  110. -- line height: 16
  111. -- part name: Prev
  112. ----- HyperTalk script -----
  113. on mouseUp
  114.   visual effect wipe right
  115.   go to prev card of this bkgnd
  116. end mouseUp
  117.  
  118.  
  119. -- part 17 (button)
  120. -- low flags: 00
  121. -- high flags: 2000
  122. -- rect: left=468 top=26 right=55 bottom=501
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 26635 / 26635
  125. -- text alignment: 1
  126. -- font id: 0
  127. -- text size: 12
  128. -- style flags: 0
  129. -- line height: 16
  130. -- part name: How to…
  131. ----- HyperTalk script -----
  132. on mouseUp
  133.   push card
  134.   go to card id 8834
  135. end mouseUp
  136.  
  137.  
  138.  
  139.  
  140. -- part 19 (field)
  141. -- low flags: 01
  142. -- high flags: 0000
  143. -- rect: left=234 top=307 right=325 bottom=294
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 0 / 0
  146. -- text alignment: 1
  147. -- font id: 3
  148. -- text size: 12
  149. -- style flags: 0
  150. -- line height: 16
  151. -- part name: page num
  152.  
  153.  
  154. -- part 20 (button)
  155. -- low flags: 00
  156. -- high flags: 2000
  157. -- rect: left=78 top=295 right=329 bottom=111
  158. -- title width / last selected line: 0
  159. -- icon id / first selected line: 22076 / 22076
  160. -- text alignment: 1
  161. -- font id: 0
  162. -- text size: 12
  163. -- style flags: 0
  164. -- line height: 16
  165. -- part name: Delete Card
  166. ----- HyperTalk script -----
  167. on mouseUp
  168.   answer "Delete this card?" with "Cancel" or "Yes"
  169.   set the cursor to 4
  170.   if it is "cancel" then exit mouseUp
  171.   set lockscreen to true
  172.   domenu "delete Card"
  173.   go prev
  174.   set lockScreen to false
  175. end mouseUp
  176.  
  177.  
  178.  
  179. -- part 21 (button)
  180. -- low flags: 00
  181. -- high flags: 2000
  182. -- rect: left=418 top=300 right=332 bottom=455
  183. -- title width / last selected line: 0
  184. -- icon id / first selected line: 1007 / 1007
  185. -- text alignment: 1
  186. -- font id: 0
  187. -- text size: 12
  188. -- style flags: 0
  189. -- line height: 16
  190. -- part name: ImageWriter
  191. ----- HyperTalk script -----
  192. on mouseUp
  193.   answer "Print ‚ÄúForm Criticism‚Äù Report or Card?" with "Cancel" or "Report" or "Card"
  194.   if it is "Cancel" then
  195.     exit mouseUp
  196.   end if
  197.   if it is "Report" then
  198.     domenu "Print Report..."
  199.     exit mouseUp
  200.   end if
  201.   if it is "Card" then
  202.     open printing with dialog
  203.     if it is empty then
  204.       exit mouseUp
  205.     else
  206.       print this card
  207.       close printing
  208.     end if
  209.   end if
  210. end mouseUp
  211.